home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
os2
/
bos2_xr2.zip
/
THOMAS.ZIP
/
extmail.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-06-05
|
472b
|
18 lines
@echo off
rem %1 = speed of the computer-to-modem link rate in bps
rem %2 = caller's connect rate reported by the modem
rem %3 = the comm port in use (or in OS/2and Win32, the port handle in use)
rem %4 = time to the next event in minutes
rem %5 = errorlevel exit in your ExtrnMail statement(default 99)
rem %6 = extended info in the modem connect string (/ARQ, etc.)
if %5.==1. goto fax
goto end
:fax
cd fax
frec -task%TASK% -p%3 -sWAIT_OK
cd..
:end